2027 Constructor
Changes 5
C

ElementParameterFilter(IList<FilterRule>, Boolean)

Description:
Constructs a new instance of an ElementParameterFilter, with the option to match all elements not passing the given filter rules.
Overloads (4):
public ElementParameterFilter(
	IList<FilterRule> filterRules,
	bool inverted
)
  • IList<FilterRule>
    filterRules
    The rules applied to test if the element passes this filter.
  • Boolean
    inverted
    True if the filter should match all elements which do not pass the filter rules.